home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-08-11 | 1.0 KB | 25 lines | [TEXT/ALFA] |
- # uupc 3.0 call-scheduling file
- #
- # line format:
- # min hour day month weekday system [retrytime]
- #
- # The min, hour, day, month, and weekday fields are single numeric
- # values (e.g. 5), pairs of hyphenated numeric values (e.g. 8-14),
- # comma-separated lists of either of the previous forms
- # (e.g. 5,7,9-12,18) or a single asterisk. Minute values must be in
- # the range [0,59], hour values in [0,23], day values in [1,31],
- # month values in [1,12], and weekday values in [1,7] where 1 means
- # Monday, 2 means Tuesday, ..., 7 means Sunday.
- #
- # The retrytime, if present, indicates that a new scheduled call should
- # not be made within the specified number of minutes of any previously-
- # failed call. If absent, a value of 1 is assumed. A value of 0 means
- # that scheduled calls should not be retried at all, if they fail.
- #
- # Retries of scheduled calls are also subject to the retry time scheduling
- # specified in the Systems file entries for the site in question.
- #
- 0 9,18,23 * * * apple
- 0 18 * * * mrspoc 10
- 0 18 * * * ntg
-